NonZeroIntOrNull

Deprecated

Use the nonZeroIntOrNull function instead.

Replace with

import kotools.types.number.nonZeroIntOrNull
nonZeroIntOrNull(value)

Returns the value as a NonZeroInt, or returns null if the value equals zero.